projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d9f9f9
)
(make_window): Initialize last_point field.
author
Andreas Schwab
<schwab@suse.de>
Wed, 29 Apr 1998 09:44:06 +0000
(09:44 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 29 Apr 1998 09:44:06 +0000
(09:44 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index e4ba54a4c6804b3242b71650d4f29a09d629ad46..17861d652afded1fb56e0df41ee6c87cf382fe71 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-164,6
+164,7
@@
make_window ()
XSETFASTINT (p->height, 0);
XSETFASTINT (p->width, 0);
XSETFASTINT (p->hscroll, 0);
+ XSETFASTINT (p->last_point, 0);
XSETFASTINT (p->last_point_x, 0);
XSETFASTINT (p->last_point_y, 0);
p->start = Fmake_marker ();